home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global its
- if its >= 23 then
- go("door")
- else
- if not (the soundBusy of 2) then
- puppetSound(0)
- updateStage()
- if the machineType <> 256 then
- sound playFile 2, "THunt:THF:TH:FOR_ALL:SI711.AIF"
- else
- set d to char 1 to 3 of the pathName
- sound playFile 2, d & "TREASURE\THF\TH\FOR_ALL\SI711.AIF"
- end if
- end if
- end if
- end
-